home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19980901-19981211 / 000360_news@newsmaster….columbia.edu _Fri Nov 27 11:51:52 1998.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id LAA18975
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Fri, 27 Nov 1998 11:51:51 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id LAA01902
  7.     for kermit.misc@watsun; Fri, 27 Nov 1998 11:51:50 -0500 (EST)
  8. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: vms term emulation
  12. Date: 27 Nov 1998 16:51:50 GMT
  13. Organization: Columbia University
  14. Lines: 14
  15. Message-ID: <73mlb6$7jk$1@apakabar.cc.columbia.edu>
  16. References: <73huqf$7ch$1@news.ncal.verio.com> <73juod$14g$1@apakabar.cc.columbia.edu> <73mii2$d3e$1@news.ncal.verio.com>
  17. NNTP-Posting-Host: watsun.cc.columbia.edu
  18. Xref: news.columbia.edu comp.protocols.kermit.misc:9567
  19.  
  20. In article <73mii2$d3e$1@news.ncal.verio.com>, Den <dirvine@psln.com> wrote:
  21. : I am sorry, I should have said that I am connecting via telnet over a TCP/IP
  22. : network.
  23. Then you can find out what is happening by telling K95 to "log debug",
  24. then making the connection, and after the unwanted terminal-type switching
  25. happens, "close debug".  In the debug.log file, all the lines that begin with
  26. "TELNET" show the Telnet negotiations.  (In UNIX you would "grep ^TELNET
  27. debug.log".)
  28.  
  29. If you want to disable Telnet-driven terminal-type switching, tell K95 to
  30. "set telnet terminal-type vt320" (or other desired type).
  31.  
  32. - Frank